object MyFindDialog1: TMyFindDialog1 Left = 178 Top = 157 Width = 344 Height = 292 HelpContext = 160 Caption = 'Find text' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 4 Top = 18 Width = 53 Height = 13 Hint = 'Text to find' Caption = 'Text to find' end object SpeedButton1: TSpeedButton Left = 114 Top = 226 Width = 67 Height = 25 Caption = 'OK' OnClick = SpeedButton1Click end object SpeedButton2: TSpeedButton Left = 188 Top = 226 Width = 67 Height = 25 Caption = 'Cancel' OnClick = SpeedButton2Click end object RGScope: TRadioGroup Left = 29 Top = 144 Width = 128 Height = 58 Caption = 'Scope' ItemIndex = 0 Items.Strings = ( 'Global' 'Selected text') TabOrder = 0 end object GroupBox1: TGroupBox Left = 29 Top = 44 Width = 128 Height = 89 Caption = 'Options' TabOrder = 1 object CBWholeWord: TCheckBox Left = 16 Top = 24 Width = 97 Height = 17 Caption = 'Whole word only' TabOrder = 0 end object CBMatchCase: TCheckBox Left = 16 Top = 48 Width = 97 Height = 17 Caption = 'Case sensitive' TabOrder = 1 end end object RGOrigin: TRadioGroup Left = 175 Top = 144 Width = 128 Height = 58 Caption = 'Origin' ItemIndex = 1 Items.Strings = ( 'From cursor' 'Entire scope') TabOrder = 2 end object CBtext: TComboBox Left = 64 Top = 16 Width = 265 Height = 21 ItemHeight = 13 TabOrder = 3 end object RGwhere: TRadioGroup Left = 175 Top = 44 Width = 128 Height = 90 Caption = 'Where' ItemIndex = 0 Items.Strings = ( 'On view text' 'In files') TabOrder = 4 end end